From 4fee076a16113c591b756750954ed4d9bac6536e Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 6 Sep 2007 20:58:20 +0000 Subject: [PATCH] pcx: Remove unwanted character. --- gpsbabel/pcx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/pcx.c b/gpsbabel/pcx.c index 6b94da335..7401e147e 100644 --- a/gpsbabel/pcx.c +++ b/gpsbabel/pcx.c @@ -82,7 +82,7 @@ static void data_read(void) { char name[7], desc[41]; - double lat = 0, lon = 0;: + double lat = 0, lon = 0; long alt; int symnum; char date[10]; -- 2.30.2